net/http.wantConn.key (field)
12 uses
net/http (current package)
transport.go#L1047: if list, ok := t.idleConn[w.key]; ok {
transport.go#L1087: t.idleConn[w.key] = list
transport.go#L1089: delete(t.idleConn, w.key)
transport.go#L1100: q := t.idleConnWait[w.key]
transport.go#L1103: t.idleConnWait[w.key] = q
transport.go#L1207: key connectMethodKey // cm.key()
transport.go#L1359: key: cm.key(),
transport.go#L1443: if n := t.connsPerHost[w.key]; n < t.MaxConnsPerHost {
transport.go#L1447: t.connsPerHost[w.key] = n + 1
transport.go#L1455: q := t.connsPerHostWait[w.key]
transport.go#L1458: t.connsPerHostWait[w.key] = q
transport.go#L1476: t.decConnsPerHost(w.key)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |